getHopStart

abstract fun getHopStart(): Int

Hop limit with which the original packet started. Sent via LoRa using three bits in the unencrypted header.
When receiving a packet, the difference between hop_start and hop_limit gives how many hops it traveled.
uint32 hop_start = 15;

Return

The hopStart.